home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14534 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: nuclear.microserve.net!news
  2. From: ada105@psu.edu (Alexander Achey)
  3. Newsgroups: comp.lang.c++
  4. Subject: Visual C++ help needed!!!!(please)
  5. Date: Mon, 01 Apr 1996 01:33:33 GMT
  6. Organization: Microserve Information Systems (800)-380-INET
  7. Message-ID: <4jn1cn$7vo@crash.microserve.net>
  8. Reply-To: ada105@psu.edu
  9. NNTP-Posting-Host: ada105.rh.psu.edu
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12.     Hi all,
  13.     I'm attempting to write a Visual C++ program in which I am making it
  14. come up with schedules of college courses.  I use a modal dialog box
  15. to get some information from the user and then I need to have it put
  16. this data somewhere I can use it after the box is closed.  I tried
  17. putting the variables under the public part of the document class, but
  18. I can't seem to use the GetDocument() function from the dialog box.
  19. Is there any other way to get access to the document's member
  20. functions or is there a better way to do this?  i tried declaring this
  21. as a global variable, but I really don't want to do that.  Besides, I
  22. keep getign redinifition errors when I do that.  I'd really
  23. apprecitate it if anyone could give me any kind of help.
  24.  
  25.    Thanks!
  26.      Alex
  27.  
  28.